home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
EDITOR
/
ZCE12.ARJ
/
ZIPFIX.BAT
< prev
Wrap
DOS Batch File
|
1991-12-09
|
163b
|
6 lines
@echo off
rem this batch file reads and removes all zip comments for all zip files
rem in the current directory
clr
for %%i in (%1*.zip) do pkzip -z %%i<nul